github.com/andybalholm/brotli.histogramLiteral.total_count_ (field)
14 uses
github.com/andybalholm/brotli (current package)
bit_cost.go#L51: if histogram.total_count_ == 0 {
bit_cost.go#L70: return kTwoSymbolHistogramCost + float64(histogram.total_count_)
bit_cost.go#L112: var log2total float64 = fastLog2(histogram.total_count_)
block_splitter_literal.go#L76: insert_cost[i] = fastLog2(uint(uint32(histograms[i].total_count_)))
brotli_bit_stream.go#L1490: buildAndStoreHuffmanTreeFast(lit_histo.data_[:], lit_histo.total_count_, /* max_bits = */
cluster_literal.go#L36: if out[idx1].total_count_ == 0 {
cluster_literal.go#L39: } else if out[idx2].total_count_ == 0 {
cluster_literal.go#L159: if histogram.total_count_ == 0 {
histogram.go#L10: total_count_ uint
histogram.go#L16: self.total_count_ = 0
histogram.go#L29: self.total_count_++
histogram.go#L33: self.total_count_ += n
histogram.go#L47: self.total_count_ += v.total_count_
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |